Skip to main content

VerifyDigitalSignature

VerifyDigitalSignature[{expr,sig},key] verifies the digital signature sig for expr using the specified public key.

VerifyDigitalSignature[{{expr1,sig1},{expr2,sig2},…},key] verifies the digital signatures sigi for each of the expri, all using the specified public key.

VerifyDigitalSignature[key] is an operator form of VerifyDigitalSignature, suitable for application to {expr,sig} or a list of such pairs.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.